.report-hero-section{
    padding:50px 0px;
    background-image: url("../healthcare-images/rd_banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.report-hero-content h1{
    font-size: 28px;
    padding: 10px 0px;
    color: #285FF0;
    font-weight: 600;
}
.report-hero-description{
    font-size: 16px;
    color: #000;
    margin-bottom: 19PX;
}
.report-download-btn{
    padding: 12px;
    border: 1px;
    border-radius: 6px;
    background: #285FF0;
    color: #fff;
    text-decoration: none;
    margin-bottom:12px;
} 
/* =========================================================
   SAMPLE REPORT MODAL
========================================================= */
 
 
.custom-sample-modal {
    position: relative;
 
    overflow: hidden;
 
    border: none;
 
    border-radius: 16px;
 
    background: #ffffff;
 
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
}
 
 
/* =========================================================
   CLOSE BUTTON
========================================================= */
 
.custom-sample-close {
    position: absolute;
 
    top: 17px;
    right: 17px;
 
    z-index: 10;
 
    width: 27px;
    height: 27px;
 
    padding: 0;
 
    display: flex;
    align-items: center;
    justify-content: center;
 
    border: none;
 
    border-radius: 50%;
 
    background: #ffffff;
 
    color: #111111;
 
    font-size: 22px;
 
    line-height: 1;
 
    cursor: pointer;
 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
 
.custom-sample-close:hover {
    background: #f2f5fa;
}
 
 
/* =========================================================
   POPUP BANNER
========================================================= */
 
.popup-banner {
      gap: 20px;
    padding: 15px 45px 15px;
 
    display: flex;
    flex-direction: row;
 
    align-items: center;
    justify-content: center;
 
    text-align: center;
 
    background-image: url('../images/new-home/popup-banner.webp');
 
    background-repeat: no-repeat;
 
    background-position: center;
 
    background-size: cover;
}
 
 
/* =========================================================
   PDF ICON
========================================================= */
 
.custom-sample-icon {
    margin-bottom: 8px;
 
    display: flex;
 
    align-items: center;
    justify-content: center;
}
 
.custom-sample-icon img {
    width: 80px;
    height: 80px;
 
    object-fit: contain;
 
    display: block;
}
 
 
/* =========================================================
   POPUP TITLE
========================================================= */
 
.custom-sample-title h4 {
    margin: 0 0 5px;
 
    font-size: 20px;
 
    line-height: 1.25;
 
    font-weight: 600;
 
    color: #080808;
}
 
.custom-sample-title h4 span {
    color: #0b53cc;
}
 
.custom-sample-title p {
    margin: 0;
 
    font-size: 16px;
 
    line-height: 1.4;
 
}
 
 
/* =========================================================
   FORM AREA
========================================================= */
 
.custom-sample-form {
    padding: 20px;
}
 
.sample-form-group {
    margin-bottom: 10px;
}
 
.business-email-label {
    display: block;
 
    margin-bottom: 5px;
 
    font-size: 14px;
 
    line-height: 1.3;
 
    font-weight: 500;
 
    color: #111111;
}
 
 
/* =========================================================
   INPUT WRAPPER
========================================================= */
 
.sample-input-wrap {
    position: relative;
 
    width: 100%;
}
 
.custom-input {
    width: 100%;
 
    height: 40px;
 
    padding: 7px 10px 7px 40px;
 
    border: 1px solid #dfe3ea;
 
    border-radius: 5px;
 
    outline: none;
 
    background: #ffffff;
 
    color: #222222;
 
    font-size: 12px;
 
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}
 
.custom-input:focus {
    border-color: #1659d1;
 
    box-shadow: 0 0 0 2px rgba(22, 89, 209, 0.08);
}
 
.custom-input::placeholder {
    color: #667085;
 
    opacity: 1;
}
 
 
/* =========================================================
   INPUT ICON
========================================================= */
 
.sample-input-icon {
    position: absolute;
 
    left: 5px;
    top: 7px;
 
    width: 27px;
    height: 27px;
 
    z-index: 2;
 
    display: flex;
    align-items: center;
    justify-content: center;
 
    border-radius: 4px;
 
    background: #eaf1ff;
 
    color: #0b55d1;
 
    font-size: 13px;
 
    pointer-events: none;
}
 
 
/* =========================================================
   TEXTAREA
========================================================= */
 
.sample-textarea-wrap {
    position: relative;
}
 
.sample-textarea-wrap .textarea {
    height: 60px;
 
    padding-top: 9px;
 
    resize: none;
}
 
.sample-textarea-icon {
    position: absolute;
 
    left: 5px;
    top: 5px;
 
    z-index: 2;
 
    width: 27px;
    height: 27px;
 
    display: flex;
    align-items: center;
    justify-content: center;
 
    border-radius: 4px;
 
    background: #eaf1ff;
 
    color: #0b55d1;
 
    font-size: 13px;
 
    pointer-events: none;
}
.sample-input-icon img {
    width: 20px;
    height: 20px;
}
.sample-textarea-icon img{
    width: 20px;
    height: 20px;
}
/* =========================================================
   CAPTCHA
========================================================= */
 
.sample-captcha-row {
    position: relative;
 
    display: flex;
 
    align-items: center;
 
    gap: 9px;
 
    margin-top: 7px;
}
 
.code-holder {
    width: 92px;
 
    height: 35px;
 
    flex-shrink: 0;
 
    display: flex;
    align-items: center;
    justify-content: center;
 
    border-radius: 5px;
 
    background: #eeeeee;
 
    color: #111111;
 
    font-size: 13px;
}
 
.code-holder-input {
    width: 100%;
 
    height: 35px;
 
    padding: 7px 10px;
 
    border: 1px solid #dfe3ea;
 
    border-radius: 5px;
 
    outline: none;
 
    font-size: 10px;
 
    color: #222222;
}
 
.code-holder-input:focus {
    border-color: #1659d1;
 
    box-shadow: 0 0 0 2px rgba(22, 89, 209, 0.08);
}
 
.code-holder-input::placeholder {
    color: #667085;
}
 
 
/* =========================================================
   SUBMIT BUTTON
========================================================= */
 
.custom-submit-btn {
    width: 100%;
 
    height: 41px;
 
    margin-top: 17px;
 
    display: flex;
    align-items: center;
    justify-content: center;
 
    gap: 8px;
 
    border: none;
 
    border-radius: 4px;
 
    background: #0b50cb;
 
    color: #ffffff;
 
    font-size: 13px;
 
    font-weight: 600;
 
    cursor: pointer;
 
    transition: background 0.2s ease;
}
 
.custom-submit-btn:hover {
    background: #0844ac;
 
    color: #ffffff;
}
 
.custom-submit-btn i {
    font-size: 13px;
}
 
 
/* =========================================================
   VALIDATION
========================================================= */
 
.invalid-feedback {
    font-size: 11px;
}
 
.report-sticky-ttl{
    font-size: 14px;
}
.request-form .form-control,
.request-form .form-select {
    font-size: 14px;
    margin-bottom: 1.2rem;
    border: 0.1rem solid #e5e5e5;
}
.request-form label {
    font-size: 15px;
    padding-bottom: 0.5rem;
}
.capbox{
    height:64px;width:284px;
}
.invalid-feedback{
    color: #ff606e;
    font-size: 1.3rem;
    font-weight:500;
}
.error{
    color: #ff606e;
    font-size: 1.3rem;
    font-weight:500;
}
.h2-ttl {
    font-size: 2.8rem;
    color: #226cb2;
}
.price-hld.mt-4.w-75 {
    font-weight: 600;
}
.ind-btn {
    background: #0000c9;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    border-radius: .5rem;
    color: #fff;
}
.report-hyper-link {
   font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 0.2;
    text-decoration: none;
}
 




/* =========================================================
   REPORT DETAILS CONTENT
   ========================================================= */

.report-details-data-info {
    width: 100%;
    max-width: 100%;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   PARAGRAPH
   ========================================================= */

.report-details-data-info p {
    margin: 0 0 20px;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.report-details-data-info p strong {
    font-weight: 700;
    color: #222;
}

.report-details-data-info p em {
    font-style: italic;
}


/* =========================================================
   H2
   ========================================================= */

.report-details-data-info h2 {
   
    font-weight: 700;
    position: relative;

    font-size: 22px;
    text-align: justify;
    line-height: 1.3;
    color: #1800c9; 
}



/* =========================================================
   H3
   ========================================================= */

.report-details-data-info h3 {
    margin: 28px 0 14px;
    padding: 0;
    color: #1f2937;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   LINKS
   ========================================================= */

.report-details-data-info a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.report-details-data-info a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}


/* =========================================================
   UNORDERED LIST
   ========================================================= */

.report-details-data-info ul {
    margin: 10px 0 24px;
    padding-left: 25px;
}

.report-details-data-info li {
    margin-bottom: 8px;
    padding-left: 5px;
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

.report-details-data-info li::marker {
    color: #2563eb;
    font-weight: 700;
}


/* =========================================================
   ORDERED LIST
   ========================================================= */

.report-details-data-info ol {
    margin: 10px 0 24px;
    padding-left: 25px;
}

.report-details-data-info ol li {
    margin-bottom: 8px;
    padding-left: 5px;
}


/* =========================================================
   TABLE
   ========================================================= */

.report-details-data-info table {
    width: 100%;
    margin: 25px 0 30px;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
}


/* Table header */

.report-details-data-info table th {
    padding: 14px 16px;
    background: #ecf2fb;
    color:black;
    border: 1px solid #dfe3e8;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
}


/* Table cells */

.report-details-data-info table td {
    padding: 13px 16px;
    color: #333;
    border: 1px solid #dfe3e8;
    background: #fff;
    text-align: left;
    vertical-align: top;
}


/* Alternate rows */

.report-details-data-info table tbody tr:nth-child(even) td {
    background: #f8fafc;
}


/* Hover */

.report-details-data-info table tbody tr:hover td {
    background: #f1f5f9;
}


/* Strong text inside table */

.report-details-data-info table td strong {
    color: #111827;
    font-weight: 700;
}


/* =========================================================
   TABLE WRAPPER / OVERFLOW
   ========================================================= */

.report-details-data-info {
    overflow: visible;
}

.report-details-data-info table {
    overflow-x: auto;
}


/* =========================================================
   TEXT ALIGNMENT
   ========================================================= */

.report-details-data-info p[style*="text-align: center"] {
    text-align: center !important;
}


/* =========================================================
   HR
   ========================================================= */

.report-details-data-info hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .report-details-data-info {
        font-size: 15px;
        line-height: 1.7;
    }

    .report-details-data-info p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .report-details-data-info h2 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 23px;
        line-height: 1.35;
    }

    .report-details-data-info h3 {
        margin-top: 24px;
        font-size: 19px;
    }

    .report-details-data-info ul,
    .report-details-data-info ol {
        padding-left: 22px;
    }

    .report-details-data-info li {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .report-details-data-info table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .report-details-data-info table th,
    .report-details-data-info table td {
        padding: 11px 13px;
        font-size: 14px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .report-details-data-info h2 {
        font-size: 21px;
    }

    .report-details-data-info h3 {
        font-size: 18px;
    }

    .report-details-data-info p,
    .report-details-data-info li {
        font-size: 14px;
    }

    .report-details-data-info table th,
    .report-details-data-info table td {
        font-size: 13px;
        padding: 9px 11px;
    }
}
/* =====================================================
   JUMP TO SECTION
===================================================== */

#navLeft {
    position: sticky;
    top: 25px;

    max-height: calc(100vh - 120px);

    overflow-y: auto;

    scrollbar-width: thin;

    padding-right: 5px;
}


/* =====================================================
   NAVIGATION ITEMS
===================================================== */

#navLeft .list-group-item {

    border: 0;

    border-left: 4px solid transparent;

    padding: 12px 15px;

    background: #fff;

    color: #111;

    font-weight: 400;

    text-decoration: none;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.2s ease;

    margin-bottom: 8px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.10);

}


/* =====================================================
   HOVER
===================================================== */

#navLeft .list-group-item:hover {

    background: #b2c2f44a;

    color: #083ad0;

    border-left: 5px solid #79a1f0;

}


/* =====================================================
   ACTIVE SECTION
===================================================== */

#navLeft .list-group-item.active {

    background: #b2c2f44a;

    color: #083ad0;

    border-left: 5px solid #79a1f0;


}


/* =====================================================
   H2 SCROLL OFFSET
===================================================== */

.report-details-data-info h2 {

    scroll-margin-top: 120px;

}


/* =====================================================
   SMOOTH SCROLL
===================================================== */

html {

    scroll-behavior: smooth;

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    #navLeft {

        position: relative;

        top: 0;

        max-height: none;

        overflow-y: visible;

        padding-right: 0;

    }

}
.author-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.author-box h3 {
    margin: 0;
    padding: 0;
    color: #1f2937;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
}
.author-box p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}
/* =========================================================
   STICKY SOCIAL SHARE
========================================================= */

.sticky-share {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    padding: 14px 10px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.sticky-share-title {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 2px;
}

.sticky-share-icon {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sticky-share-icon:hover {
    transform: scale(1.08);
}

/* LinkedIn */
.sticky-share-icon.linkedin {
    background: #0a80b9;
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: 25px;
}

/* X */
.sticky-share-icon.twitter {
    background: #000000;
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: 23px;
}

/* Facebook */
.sticky-share-icon.facebook {
    background: #1877f2;
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: 29px;
}
